button: Remove ::event handler
authorTimm Bäder <mail@baedert.org>
Fri, 23 Feb 2018 15:18:11 +0000 (16:18 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 23 Feb 2018 20:57:49 +0000 (21:57 +0100)
commitf5afc17d2692e88dad66441b5ea6b46eb43d40f1
treebb8afe837a2ef2c05effd6f7000381dd2f80fdbe
parent8720b2d8c51eb3c3f344f5e412eaf2b150da96fb
button: Remove ::event handler

GRAB_BROKEN events cause the ::cancel handler of the gesture to be
emitted, which is where we also call gtk_button_do_release, so this
GtkWidget::event handler is unnecessary.
gtk/gtkbutton.c